home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / api / mulhelp2.ma_ / mulhelp2.MAK
Encoding:
Text File  |  1995-03-05  |  355 b   |  12 lines

  1. #-----------------------
  2. # MULHELP2.MAK make file
  3. #-----------------------
  4.  
  5. mulhelp2.dll : mulhelp2.obj mulhelp2.def
  6.      link mulhelp2 ewapi2.lib, mulhelp2.dll /align:16, NUL, /noe ldllcew libw, mulhelp2
  7.      rc mulhelp2.rc mulhelp2.dll
  8.      ren mulhelp2.dll mulhelp2.ewd
  9.  
  10. mulhelp2.obj : mulhelp2.c
  11.      cl -c -ALw -Gsw -Ow -W2 -Zp mulhelp2.c
  12.